home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hight-d.swf / scripts / frame_113 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  181 b   |  9 lines

  1. gravity = 1;
  2. player.xspeed = 0;
  3. player.yspeed = 0;
  4. player.jump = true;
  5. player.jumpHeight = 16;
  6. go_normal = 0;
  7. clearInterval(thegameID);
  8. thegameID = setInterval(thegame,20);
  9.